home *** CD-ROM | disk | FTP | other *** search
- [Version]
- Signature="$Windows 95$"
- Provider=%ProviderName%
-
- Class=DESkey
- ClassGUID={364212FF-E2D8-452d-8282-897C09B79863}
-
- ;[SourceDisksNames]
- ;1 = "Install Disk",Disk1,,
-
- ;[SourceDisksFiles]
- ;DLPToken.sys = 1,,
-
- ;--------- ClassInstall/ClassInstall32 Section -------------------------------
-
- ; 9X Style
- [ClassInstall]
- Addreg=Class_AddReg
-
- ; NT Style
- [ClassInstall32]
- Addreg=Class_AddReg
-
- [Class_AddReg]
- HKR,,,,%DeviceClassName%
- HKR,,Icon,,"-18"
-
- ;--------- DestinationDirs Section -------------------------------------------
-
- [DestinationDirs]
- DLPToken_Files_Driver = 10,System32\Drivers
-
- ;--------- Manufacturer and Models Sections ----------------------------------
-
- [Manufacturer]
- %MfgName%=Mfg0
-
- [Mfg0]
- %DeviceDesc%=DLPToken_DDI, USB\VID_0ADA&PID_0003
-
- ;---------- DDInstall Sections -----------------------------------------------
- ; --------- Windows 9X -----------------
-
- [DLPToken_DDI]
- AddReg=DLPToken_9X_AddReg
-
- [DLPToken_9X_AddReg]
- HKR,,DevLoader,,*ntkern
- HKR,,NTMPDriver,,DLPToken.sys
- HKR, "Parameters", "BreakOnEntry", 0x00010001, 0
- HKR, "Parameters", "dwFlags", 0x00010001, 0x0000
- HKR, "Parameters", "dwFlagsEx", 0x00010001, 0x0001
-
- ; --------- Windows NT -----------------
-
- [DLPToken_DDI.NT]
- AddReg=DLPToken_NT_AddReg
-
- [DLPToken_DDI.NT.Services]
- Addservice = DLPToken, 0x00000002, DLPToken_AddService
-
- [DLPToken_AddService]
- DisplayName = %SvcDesc%
- ServiceType = 1 ; SERVICE_KERNEL_DRIVER
- StartType = 3 ; SERVICE_DEMAND_START
- ErrorControl = 1 ; SERVICE_ERROR_NORMAL
- ServiceBinary = %10%\System32\Drivers\DLPToken.sys
-
- [DLPToken_NT_AddReg]
- HKLM, "System\CurrentControlSet\Services\DLPToken\Parameters","BreakOnEntry", 0x00010001, 0
- HKLM, "System\CurrentControlSet\Services\DLPToken\Parameters","dwFlags", 0x00010001, 0x0000
- HKLM, "System\CurrentControlSet\Services\DLPToken\Parameters","dwFlagsEx", 0x00010001, 0x0001
-
- ; --------- Files (common) -------------
-
- [DLPToken_Files_Driver]
- DLPToken.sys
-
- ;--------- Strings Section ---------------------------------------------------
-
- [Strings]
- ProviderName="Data Encryption Systems Limited"
- MfgName="Data Encryption Systems Limited"
- DeviceDesc="DESlock+ DESkey"
- DeviceClassName="DESkey"
- SvcDesc="DLPToken Service"
-